home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / juicebar / 00003_Left Button.ls < prev    next >
Encoding:
Text File  |  1995-04-07  |  190 b   |  10 lines

  1. on mouseDown
  2.   puppetSound("hand icons")
  3.   pressbutton(the clickOn, "Left.dep")
  4.   if the soundBusy of 1 then
  5.     repeat while the soundBusy of 1
  6.     end repeat
  7.   end if
  8.   puppetSound(0)
  9. end
  10.